clusterImageProvider
actual fun clusterImageProvider(size: DpSize, vararg key1: Any?, content: (Cluster) -> Unit): ClusterImageProvider
actual fun clusterImageProvider(size: DpSize, vararg keys: Any?, content: (Cluster) -> Unit): ClusterImageProvider
expect fun clusterImageProvider(size: DpSize, key1: Any?, content: @Composable (Cluster) -> Unit): ClusterImageProvider
expect fun clusterImageProvider(size: DpSize, vararg keys: Any?, content: @Composable (Cluster) -> Unit): ClusterImageProvider